hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Signal
hip
util
data_structures
Undocumented in source.
struct
Signal (
A
...
) {
Array
!(
void
function
(
A
))
listeners
;
void
dispatch
(A a);
}
Members
Functions
dispatch
void
dispatch
(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
listeners
Array
!(
void
function
(
A
))
listeners
;
Undocumented in source.
Meta
Source
See Implementation
hip
util
data_structures
aliases
AArray
classes
Array2D_GC
EventQueue
Node
mixin templates
DirtyFlagFields
structs
Array
Array2D
Dirty
DirtyFlagsCmp
Map
Pair
RangeMap
RingBuffer
Signal